body{
    width: 100%;
    position: relative;
    /*padding:30px;*/
/*    height: 100vh;*/
    /* background-color: #FBD249; */
}
.parent-container{
    width:80%;
}
@media(max-width:600px){
    body{
        /*padding:20px 5px;*/
    }
    .parent-container{
        width:100%;
    }   
}

.center{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.d-flex {
    flex-direction: column !important;
}



.form-box{
    width: 50%;
    background-color: #42312e;
    /* background: url("../images/snow.gif"); */
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
   
}

.form-box h1{
    font-weight: 900;
    font-size: 25px;
    padding: 1rem 0;
    font-family: cursive;
    color: #fff;
    /* color: #1FE2EC; */
    /* color: #FBD249; */
    /* color: #FBD249; */
    /* color: #6B0134; */
    /* color: #A52A2A; */
}

.form-box img, .table-box img{
    width: 90px;
    height: 90px;
    border-radius: 20px;
}

.f_row{
    width: 100% !important;
}

.form-c, form{
    width: 90% !important;
}

.form-c form select{
    margin-bottom: 1rem;
}

.form-c form select option{
    padding: 6rem !important;
}

.form-select{
    padding: 0.6rem 2.25rem 0.6rem 0.75rem !important;
    box-shadow: none !important;
}

.form-c form input[type="submit"]{
    margin-top: 1rem;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #264afb;
    /* background-color: #A52A2A; */
    color: #fff;
    padding:10px 0px;
}
.form-c form input[type="submit"]:hover{
    background-color: #8fa0f1;
    transition: 1s ease-in-out;

}

/* Table Styling */
/* .table-box{

} */

.table-box h1{
    font-size: 20px;
    padding: 1rem 0;
    font-family: cursive;
    font-weight: 600 !important;
    color: #000;
}

.table-box img{
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.btn-container{
    /* width: 80%; */
    margin: 0 auto;
    text-align: left;
    margin-top: 1rem;
    padding-left: .8rem !important;
}

.btn-container h5{
    font-size: 14px;
    padding: 0 !important;
}

.btn-container button{
    margin: .5rem 0 1rem 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.tableMainContainer{
    /* width: 80%; */
    margin: 0 auto;
}
.tableMainContainer table{
/*    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);*/
}
.tableMainContainer table tr:nth-child(even){
    background-color: #fff !important;
}
.tableMainContainer table th{
    font-size:11pt!important;
    padding: .8rem !important;
    background-color: #898181a6;
    color:white!important;
    border: 2px solid #e3e3e31!important;
    font-weight: 500;
}
.tableMainContainer table td{
    font-size:11pt!important;
    padding: .5rem !important;
}
.noBorder{
    background-color: #fff;
    padding: .9rem !important;
    font-size: 22px;
}

#total{
    background-color: #e3e3e3 !important;
    padding: .9rem !important;
/*    font-size: 20px;*/
}
#totalAll{
    background-color: #281b19 !important;
    color:white!important;
    padding: .7rem !important;
/*    font-size: 22px;*/
}

#totalAll td{
/*    padding: 1rem !important;*/
    color:white!important;
/*    font-size: 25px;*/
}
.links{
    flex-direction: row !important;
    justify-content: space-between !important;
}
.social{
    margin-top: 2rem ;
    font-size: 33px;
}

.social{
    font-size:16pt;
}

.social i:hover{
    color: #1FE2EC !important;
    transition: 1s ease-in-out;
}
.back{
    /* width: 80% !important; */
    margin-top: 2rem ;
    display: flex;
    justify-content: flex-end;
    padding-right: .8rem !important;
}

.back a{
    text-decoration: none;
    background-color: #1b2222;
    color: #fff;
    display: block;
    padding: .6rem 2rem;
    border-radius: 5px;
/*    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);*/
}

.back a:hover{
    background-color: #606a6a;
    transition: 1s ease-in-out;
}

.buttons-copy{
    background-color: #6C757D !important;
    margin-bottom: 1rem !important;
    color: #fff !important;
    border:  none !important;

}
.buttons-copy:hover{
    background-color: #566370 !important;
    border:  none !important;

}

.buttons-csv{
    background-color: #0DCAF0 !important;
    margin-bottom: 1rem !important;
    border:  none !important;
    color:white!important;
}

.buttons-pdf{
    background-color:#DC3545 !important;
    margin-bottom: 1rem !important;
    border:  none !important;
    color:white!important;
}

.buttons-print{
    background-color: #FFC107 !important;
    margin-bottom: 1rem !important;
    border:  none !important;
    color:white!important;
}

.buttons-excel {
    background-color: #198754 !important;
    margin-bottom: 1rem !important;
    color: #fff !important;
    border:  none !important;
  }

.buttons-excel:hover {
    background-color: #157247 !important;
    border:  none !important;
  }

/* Data table */

.data_table{
    background: #fff;
    /* padding: 15px; */
/*    box-shadow: 1px 3px 5px #aaa;*/
    border-radius: 5px;
}

.data_table .btn{
    background-color: #000;
    padding: 5px 10px;
    max-width: 10px 3px 10px 0;
}

.col-12{
    box-shadow: none !important;
}

table{
    background-color: #fff;
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 480px) {
    
    .form-box{
        width: 85% !important;
    }

    .form-c, form{
        width: 100% !important;
    }
}


/* Ipads and Tablet */
@media (max-width: 768px) {
    .form-box{
        width: 85% !important;
    }

    .form-c, form{
        width: 100% !important;
    }

    /* Table */
    .back{
        padding-right: 0rem !important;
    }
    .btn-container{
        padding-left: 0rem !important;
    }
}

/* Small screen Laptops */
@media (min-width: 769px) and (max-width: 1024px) {
    .form-box{
        width: 70% !important;
    }

    .form-c, form{
        width: 100% !important;
    }
     /* Table */
     .back{
        padding-right: 0rem !important;
    }
    .btn-container{
        padding-left: 0rem !important;
    }
}

/* Desktop large screen */
@media (min-width: 1025px) and (max-width: 1200px) {
    
}

@media (min-width: 280px) and (max-width: 653px) {
    
    .form-box{
        width: 99% !important;
    }

    .form-c, form{
        width: 100% !important;
    }

    .p-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

     /* Table */
     .back{
        padding-right: 0rem !important;
    }
    .btn-container{
        padding-left: 0rem !important;
    }
}